All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.AttributedStringAttacher
NSJavaAttributedStringAttacher
.
[[NSJavaAttributedStringAttacher
alloc] init]
.
+ attributedStringWithAttachment:
Objective-C class method.
+ updateAttachmentsFromPath::
Objective-C class method.
protected AttributedStringAttacher(boolean shouldAllocate, int objcObject)
public AttributedStringAttacher()
[[NSJavaAttributedStringAttacher
alloc] init]
.
public static native AttributedString attributedStringWithAttachment(TextAttachment attachment)
+ attributedStringWithAttachment:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttacher, should be enough to head you in the right direction
should you find more than one such method).
public static native void updateAttachmentsFromPath(MutableAttributedString attrString, String path)
+ updateAttachmentsFromPath::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, AttributedStringAttacher, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index